Pages: [1] |
1. Wanting to learn API & Coding - in EVE Technology Lab [original thread]
Hi, 1a. For the API you use https://github.com/eve-val/evelink . It pulls data from CCP in the form of XML but hides that nasty fact from you. http://eveonline-third-party-documentation.readthedocs.org/en/latest/xmlapi/intro/ has more info. 1...
- by Nuke Cherenkov - at 2015.06.16 03:19:53
|
2. Wanting to learn API & Coding - in EVE Technology Lab [original thread]
I apologize for my knee jerk reaction above, I'm sure the comment was made with the best of intentions. The "best" programming language is very highly dependent on context. My proposal is that, absent some overriding external considerations like y...
- by Nuke Cherenkov - at 2015.05.27 03:29:40
|
3. Wanting to learn API & Coding - in EVE Technology Lab [original thread]
Treyah wrote: Java is arguably the best starting language to learn and is found across a number of different fields and professions. That's just my 2 cents - as you can see there are a lot of different ideas on which languages to learn in which...
- by Nuke Cherenkov - at 2015.05.26 21:34:01
|
4. Wanting to learn API & Coding - in EVE Technology Lab [original thread]
Hmmn... I was learning Cobol in high school before at least he was born so it certainly isn't a young man's game As a little more context, I am an electrical engineer so while I have had my fingers in programming for a long time it hasn't been ...
- by Nuke Cherenkov - at 2015.05.26 18:33:16
|
5. Wanting to learn API & Coding - in EVE Technology Lab [original thread]
Don't worry about it... Up near the top of the thread is a post by CCP Foxfour, he is the main guy at CCP updating and maintaining both the API and CREST data interfaces. He suggested Python... Shameless plug from me because I really like it too, ...
- by Nuke Cherenkov - at 2015.05.26 06:20:56
|
6. PyCrest - Python CREST Client - in EVE Technology Lab [original thread]
Success! Thanks for hanging with me, apologize about missing adding scopes, I'd even copied and pasted the line from your docs in a comment above my line... Also needed to update the application for public data.
- by Nuke Cherenkov - at 2015.02.03 07:41:54
|
7. PyCrest - Python CREST Client - in EVE Technology Lab [original thread]
Thanks for the quick reply! Made the change: region = getByAttrVal(auth_conn().regions().items, 'name', 'Catch') item = getByAttrVal(getAllItems(eve_auth.itemTypes), 'name', 'Tritanium').href print getAllItems(reg...
- by Nuke Cherenkov - at 2015.02.02 07:09:08
|
8. PyCrest - Python CREST Client - in EVE Technology Lab [original thread]
Having trouble connecting to auth CREST from a desktop app. I'm pretty sure I can negotiate the authorization process, auth_conn.whoami() looks like it returns good data but region().marketSellOrders(type=item) fails with a 404 (pycrest versio...
- by Nuke Cherenkov - at 2015.02.01 20:01:46
|
9. PyCrest - Python CREST Client - in EVE Technology Lab [original thread]
For those whose expertise, like mine, lags the previous commentators: pip install https://github.com/paxswill/PyCrest/archive/weak-ciphers.zip gets you Paxswill's version to play with while Dreae sorts out the pull requests.
- by Nuke Cherenkov - at 2015.01.27 06:40:17
|
10. PyCrest - Python CREST Client - in EVE Technology Lab [original thread]
I'm getting an error in requests trying to use PyCrest: requests.exceptions.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:581) My code: import pycrest eve = pycrest.EVE() eve() This doesn't have anyt...
- by Nuke Cherenkov - at 2015.01.26 04:00:47
|
11. Sticky:Devsite blog: Nom nom tasty market data! - in EVE Technology Lab [original thread]
Please add access for: Python standalone app e337559af9f145f08d83be165b3263b7
- by Nuke Cherenkov - at 2014.11.30 01:19:59
|
12. Sticky:Devsite blog: Nom nom tasty market data! - in EVE Technology Lab [original thread]
Kaladr wrote: Along with the above two there is the third option of an embedded web view with the in-application URL handler to pick up the redirect. (Disclaimer: this is significantly less secure for the user since your application would ha...
- by Nuke Cherenkov - at 2014.11.30 01:06:48
|
13. Sticky:Devsite blog: Nom nom tasty market data! - in EVE Technology Lab [original thread]
Very basic question, I've gone to https://developers.testeveonline.com/applications/create to register an account so I can start trying to figure things out. I'm targeting a standalone Python app which uses Excel as a GUI (using the ExcelPython ...
- by Nuke Cherenkov - at 2014.11.29 23:24:44
|
14. Reverence - 100% compatible EVE cache library for Python - in EVE Technology Lab [original thread]
Google only found this exception once but no explanation... Need help sorting it out (self taught python skills), Win 7, Py 2.7.5/32, latest compiled Reverence: UnmarshalError: find_global failed to resolve: eve.common.script.sys.eveCfg.StackSize...
- by Nuke Cherenkov - at 2013.10.21 04:28:00
|
Pages: [1] |
First page | Previous page | Next page | Last page |